[LINUX]: #undef signal.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 08:08:11 +0000 (08:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 08:08:11 +0000 (08:08 +0000)
lib-src/timer.c

index 7a4ee3c571b247bc67528382760819e7abaeacc9..ef46b29f1269fea291ab30161825ac7a8fa94a80 100644 (file)
 #define SIGIO  SIGUSR1
 #endif
 
+#ifdef LINUX
+/* Perhaps this is correct unconditionally.  */
+#undef signal
+#endif
+
+
 extern int errno;
 extern char *sys_errlist[], *malloc ();
 extern time_t time ();